﻿2026-07-10T09:15:44.3254706Z Current runner version: '2.335.1'
2026-07-10T09:15:44.3259590Z Runner name: 'kitsubito'
2026-07-10T09:15:44.3260119Z Runner group name: 'Default'
2026-07-10T09:15:44.3260844Z Machine name: 'KITSUBITO'
2026-07-10T09:15:44.3262891Z ##[group]GITHUB_TOKEN Permissions
2026-07-10T09:15:44.3264843Z Contents: read
2026-07-10T09:15:44.3265267Z Metadata: read
2026-07-10T09:15:44.3265649Z Packages: read
2026-07-10T09:15:44.3266019Z ##[endgroup]
2026-07-10T09:15:44.3267773Z Secret source: Actions
2026-07-10T09:15:44.3268307Z Prepare workflow directory
2026-07-10T09:15:44.3730951Z Prepare all required actions
2026-07-10T09:15:44.3760363Z Getting action download info
2026-07-10T09:15:44.7453389Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-10T09:15:45.3141092Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-10T09:15:45.4119476Z ##[group]Run actions/checkout@v5
2026-07-10T09:15:45.4120263Z with:
2026-07-10T09:15:45.4120621Z   fetch-depth: 0
2026-07-10T09:15:45.4121063Z   repository: SaberMage/spt-core
2026-07-10T09:15:45.4124146Z   token: ***
2026-07-10T09:15:45.4124517Z   ssh-strict: true
2026-07-10T09:15:45.4124893Z   ssh-user: git
2026-07-10T09:15:45.4125278Z   persist-credentials: true
2026-07-10T09:15:45.4125704Z   clean: true
2026-07-10T09:15:45.4126090Z   sparse-checkout-cone-mode: true
2026-07-10T09:15:45.4126528Z   fetch-tags: false
2026-07-10T09:15:45.4126894Z   show-progress: true
2026-07-10T09:15:45.4127264Z   lfs: false
2026-07-10T09:15:45.4127607Z   submodules: false
2026-07-10T09:15:45.4127989Z   set-safe-directory: true
2026-07-10T09:15:45.4128629Z ##[endgroup]
2026-07-10T09:15:45.5023287Z Syncing repository: SaberMage/spt-core
2026-07-10T09:15:45.5025052Z ##[group]Getting Git version info
2026-07-10T09:15:45.5025772Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-10T09:15:45.5026649Z [command]/usr/bin/git version
2026-07-10T09:15:45.5027063Z git version 2.43.0
2026-07-10T09:15:45.5037111Z ##[endgroup]
2026-07-10T09:15:45.5048501Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/95073d2b-3c51-41b6-8865-58dcc43df6b7' before making global git config changes
2026-07-10T09:15:45.5049707Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:15:45.5051786Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T09:15:45.5083242Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-10T09:15:45.5101969Z https://github.com/SaberMage/spt-core
2026-07-10T09:15:45.5111894Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T09:15:45.5114326Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T09:15:45.5140620Z HEAD
2026-07-10T09:15:45.5173715Z ##[endgroup]
2026-07-10T09:15:45.5174505Z [command]/usr/bin/git submodule status
2026-07-10T09:15:45.5365586Z ##[group]Cleaning the repository
2026-07-10T09:15:45.5368337Z [command]/usr/bin/git clean -ffdx
2026-07-10T09:15:47.5419642Z Removing target/
2026-07-10T09:15:47.5430051Z [command]/usr/bin/git reset --hard HEAD
2026-07-10T09:15:47.5854187Z HEAD is now at 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:15:47.5864085Z ##[endgroup]
2026-07-10T09:15:47.5864661Z ##[group]Disabling automatic garbage collection
2026-07-10T09:15:47.5867415Z [command]/usr/bin/git config --local gc.auto 0
2026-07-10T09:15:47.5893270Z ##[endgroup]
2026-07-10T09:15:47.5893761Z ##[group]Setting up auth
2026-07-10T09:15:47.5899312Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:15:47.5924764Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T09:15:47.6119358Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:15:47.6144807Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T09:15:47.6335450Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:15:47.6365376Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T09:15:47.6562459Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-10T09:15:47.6597245Z ##[endgroup]
2026-07-10T09:15:47.6597755Z ##[group]Fetching the repository
2026-07-10T09:15:47.6605745Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +16fce9ba7828f03a5ade17f10d5f1a9eda580354:refs/remotes/pull/75/merge
2026-07-10T09:15:48.7669044Z From https://github.com/SaberMage/spt-core
2026-07-10T09:15:48.7670394Z  * [new branch]          fix/update-wedge-bounded-conn-write -> origin/fix/update-wedge-bounded-conn-write
2026-07-10T09:15:48.7671233Z  * [new branch]          release-merge/uwedge-r4 -> origin/release-merge/uwedge-r4
2026-07-10T09:15:48.7672868Z  * [new branch]          release/v0.30.6         -> origin/release/v0.30.6
2026-07-10T09:15:48.7722098Z ##[endgroup]
2026-07-10T09:15:48.7722699Z ##[group]Determining the checkout info
2026-07-10T09:15:48.7723213Z ##[endgroup]
2026-07-10T09:15:48.7727076Z [command]/usr/bin/git sparse-checkout disable
2026-07-10T09:15:48.7770357Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-10T09:15:48.7795059Z ##[group]Checking out the ref
2026-07-10T09:15:48.7798344Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/75/merge
2026-07-10T09:15:48.7861400Z HEAD is now at 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:15:48.7909199Z ##[endgroup]
2026-07-10T09:15:48.7911102Z [command]/usr/bin/git log -1 --format=%H
2026-07-10T09:15:48.7941771Z 16fce9ba7828f03a5ade17f10d5f1a9eda580354
2026-07-10T09:15:48.8114444Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-10T09:15:48.8114972Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-10T09:15:48.8130563Z shell: /usr/bin/bash -e {0}
2026-07-10T09:15:48.8130828Z ##[endgroup]
2026-07-10T09:15:48.8241151Z ##[group]Run set -euo pipefail
2026-07-10T09:15:48.8241532Z [36;1mset -euo pipefail[0m
2026-07-10T09:15:48.8241776Z [36;1mPIN=0c95435[0m
2026-07-10T09:15:48.8242028Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T09:15:48.8242305Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T09:15:48.8242677Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T09:15:48.8243143Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T09:15:48.8243626Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T09:15:48.8244005Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T09:15:48.8244275Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T09:15:48.8244581Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T09:15:48.8244943Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T09:15:48.8245334Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T09:15:48.8245601Z [36;1mfi[0m
2026-07-10T09:15:48.8245982Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T09:15:48.8260342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T09:15:48.8260670Z env:
2026-07-10T09:15:48.8260894Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T09:15:48.8261166Z ##[endgroup]
2026-07-10T09:15:49.6109410Z    Compiling proc-macro2 v1.0.106
2026-07-10T09:15:49.6111296Z    Compiling quote v1.0.45
2026-07-10T09:15:49.6111619Z    Compiling unicode-ident v1.0.24
2026-07-10T09:15:49.6111934Z    Compiling libc v0.2.186
2026-07-10T09:15:49.6112229Z    Compiling serde_core v1.0.228
2026-07-10T09:15:49.6112526Z    Compiling cfg-if v1.0.4
2026-07-10T09:15:49.6112801Z    Compiling serde v1.0.228
2026-07-10T09:15:49.6113087Z    Compiling log v0.4.32
2026-07-10T09:15:49.6185045Z    Compiling pin-project-lite v0.2.17
2026-07-10T09:15:49.6230881Z    Compiling typenum v1.20.1
2026-07-10T09:15:49.6287398Z    Compiling portable-atomic v1.13.1
2026-07-10T09:15:49.6316868Z    Compiling memchr v2.8.1
2026-07-10T09:15:49.6367911Z    Compiling version_check v0.9.5
2026-07-10T09:15:49.6369217Z    Compiling shlex v2.0.1
2026-07-10T09:15:49.6468054Z    Compiling find-msvc-tools v0.1.9
2026-07-10T09:15:49.7103642Z    Compiling critical-section v1.2.0
2026-07-10T09:15:49.7376655Z    Compiling subtle v2.6.1
2026-07-10T09:15:49.7943808Z    Compiling bytes v1.11.1
2026-07-10T09:15:49.8127488Z    Compiling futures-core v0.3.32
2026-07-10T09:15:49.8406813Z    Compiling equivalent v1.0.2
2026-07-10T09:15:49.8971321Z    Compiling smallvec v1.15.1
2026-07-10T09:15:49.9180895Z    Compiling itoa v1.0.18
2026-07-10T09:15:49.9432316Z    Compiling semver v1.0.28
2026-07-10T09:15:49.9857659Z    Compiling stable_deref_trait v1.2.1
2026-07-10T09:15:50.0163894Z    Compiling generic-array v0.14.7
2026-07-10T09:15:50.0360759Z    Compiling slab v0.4.12
2026-07-10T09:15:50.0884423Z    Compiling futures-io v0.3.32
2026-07-10T09:15:50.1177348Z    Compiling futures-sink v0.3.32
2026-07-10T09:15:50.1269184Z    Compiling futures-task v0.3.32
2026-07-10T09:15:50.1659490Z    Compiling rand_core v0.10.1
2026-07-10T09:15:50.2252205Z    Compiling futures-channel v0.3.32
2026-07-10T09:15:50.2440878Z    Compiling bitflags v2.12.1
2026-07-10T09:15:50.2593159Z    Compiling rustversion v1.0.22
2026-07-10T09:15:50.3070847Z    Compiling hashbrown v0.17.1
2026-07-10T09:15:50.3120714Z    Compiling getrandom v0.4.2
2026-07-10T09:15:50.3122411Z    Compiling cpufeatures v0.2.17
2026-07-10T09:15:50.3229268Z    Compiling fnv v1.0.7
2026-07-10T09:15:50.3579785Z    Compiling rustc_version v0.4.1
2026-07-10T09:15:50.3911939Z    Compiling strsim v0.11.1
2026-07-10T09:15:50.4376324Z    Compiling cfg_aliases v0.2.1
2026-07-10T09:15:50.5152139Z    Compiling litemap v0.8.2
2026-07-10T09:15:50.5217680Z    Compiling writeable v0.6.3
2026-07-10T09:15:50.5501363Z    Compiling icu_properties_data v2.2.0
2026-07-10T09:15:50.6452280Z    Compiling fs_extra v1.3.0
2026-07-10T09:15:50.6860497Z    Compiling utf8_iter v1.0.4
2026-07-10T09:15:50.7825745Z    Compiling dunce v1.0.5
2026-07-10T09:15:50.7935740Z    Compiling ident_case v1.0.1
2026-07-10T09:15:50.8245955Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T09:15:50.8674429Z    Compiling autocfg v1.5.1
2026-07-10T09:15:50.8710783Z    Compiling percent-encoding v2.3.2
2026-07-10T09:15:50.8939852Z    Compiling http v1.4.1
2026-07-10T09:15:50.9140558Z    Compiling cpufeatures v0.3.0
2026-07-10T09:15:50.9200517Z    Compiling thiserror v2.0.18
2026-07-10T09:15:51.0311599Z    Compiling unicode-segmentation v1.13.3
2026-07-10T09:15:51.0660585Z    Compiling aws-lc-rs v1.17.0
2026-07-10T09:15:51.0825826Z    Compiling scopeguard v1.2.0
2026-07-10T09:15:51.1796262Z    Compiling form_urlencoded v1.2.2
2026-07-10T09:15:51.2331337Z    Compiling syn v2.0.117
2026-07-10T09:15:51.2555170Z    Compiling lock_api v0.4.14
2026-07-10T09:15:51.3208155Z    Compiling chacha20 v0.10.0
2026-07-10T09:15:51.3401785Z    Compiling indexmap v2.14.0
2026-07-10T09:15:51.3646256Z    Compiling untrusted v0.9.0
2026-07-10T09:15:51.3844935Z    Compiling heck v0.5.0
2026-07-10T09:15:51.3942680Z    Compiling rustls v0.23.40
2026-07-10T09:15:51.4126012Z    Compiling const-oid v0.10.2
2026-07-10T09:15:51.4235821Z    Compiling anyhow v1.0.102
2026-07-10T09:15:51.4681041Z    Compiling atomic-waker v1.1.2
2026-07-10T09:15:51.4990360Z    Compiling unicode-xid v0.2.6
2026-07-10T09:15:51.6260792Z    Compiling httparse v1.10.1
2026-07-10T09:15:51.6370711Z    Compiling paste v1.0.15
2026-07-10T09:15:51.6560959Z    Compiling parking_lot_core v0.9.12
2026-07-10T09:15:51.6707315Z    Compiling zerocopy v0.8.50
2026-07-10T09:15:51.7084574Z    Compiling convert_case v0.10.0
2026-07-10T09:15:51.7910951Z    Compiling num-traits v0.2.19
2026-07-10T09:15:51.7940928Z    Compiling hybrid-array v0.4.12
2026-07-10T09:15:51.8211133Z    Compiling curve25519-dalek v4.1.3
2026-07-10T09:15:51.9453380Z    Compiling ahash v0.8.12
2026-07-10T09:15:51.9739349Z    Compiling either v1.16.0
2026-07-10T09:15:52.0020685Z    Compiling crypto-common v0.1.7
2026-07-10T09:15:52.0201046Z    Compiling block-buffer v0.10.4
2026-07-10T09:15:52.0820850Z    Compiling jobserver v0.1.34
2026-07-10T09:15:52.1014857Z    Compiling base64ct v1.8.3
2026-07-10T09:15:52.1422802Z    Compiling digest v0.10.7
2026-07-10T09:15:52.1523177Z    Compiling fastrand v2.4.1
2026-07-10T09:15:52.1600863Z    Compiling powerfmt v0.2.0
2026-07-10T09:15:52.2790881Z    Compiling http-body v1.0.1
2026-07-10T09:15:52.4169511Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T09:15:52.4690075Z    Compiling deranged v0.5.8
2026-07-10T09:15:52.4851001Z    Compiling pkg-config v0.3.33
2026-07-10T09:15:52.4950629Z    Compiling num-conv v0.2.2
2026-07-10T09:15:52.5190662Z    Compiling cc v1.2.63
2026-07-10T09:15:52.5572170Z    Compiling mio v1.2.1
2026-07-10T09:15:52.5820712Z    Compiling socket2 v0.6.4
2026-07-10T09:15:52.5976122Z    Compiling getrandom v0.2.17
2026-07-10T09:15:52.7033505Z    Compiling data-encoding v2.11.0
2026-07-10T09:15:52.7321100Z    Compiling tinyvec_macros v0.1.1
2026-07-10T09:15:52.8080710Z    Compiling base64 v0.22.1
2026-07-10T09:15:52.8840702Z    Compiling rand v0.10.1
2026-07-10T09:15:52.9280662Z    Compiling uuid v1.23.2
2026-07-10T09:15:52.9530684Z    Compiling rand_core v0.6.4
2026-07-10T09:15:53.0050661Z    Compiling try-lock v0.2.5
2026-07-10T09:15:53.0510368Z    Compiling time-core v0.1.8
2026-07-10T09:15:53.1410604Z    Compiling tower-service v0.3.3
2026-07-10T09:15:53.1671049Z    Compiling zmij v1.0.21
2026-07-10T09:15:53.1780618Z    Compiling vcpkg v0.2.15
2026-07-10T09:15:53.2318308Z    Compiling want v0.3.1
2026-07-10T09:15:53.2620433Z    Compiling parking_lot v0.12.5
2026-07-10T09:15:53.3050447Z    Compiling tinyvec v1.11.0
2026-07-10T09:15:53.3340791Z    Compiling crypto-common v0.2.2
2026-07-10T09:15:53.4492701Z    Compiling block-buffer v0.12.0
2026-07-10T09:15:53.5910753Z    Compiling sha2 v0.10.9
2026-07-10T09:15:53.6651276Z    Compiling inout v0.1.4
2026-07-10T09:15:53.6712459Z    Compiling vergen-lib v9.1.0
2026-07-10T09:15:53.7275588Z    Compiling n0-future v0.3.2
2026-07-10T09:15:53.8060487Z    Compiling crossbeam-utils v0.8.21
2026-07-10T09:15:53.8690608Z    Compiling signature v2.2.0
2026-07-10T09:15:53.9081721Z    Compiling serde_json v1.0.150
2026-07-10T09:15:53.9249571Z    Compiling winnow v1.0.3
2026-07-10T09:15:53.9390817Z    Compiling diatomic-waker v0.2.3
2026-07-10T09:15:53.9981418Z    Compiling cmake v0.1.58
2026-07-10T09:15:54.0709411Z    Compiling parking v2.2.1
2026-07-10T09:15:54.0981350Z    Compiling spin v0.10.0
2026-07-10T09:15:54.1221836Z    Compiling httpdate v1.0.3
2026-07-10T09:15:54.1390784Z    Compiling cordyceps v0.3.4
2026-07-10T09:15:54.2061517Z    Compiling futures-lite v2.6.1
2026-07-10T09:15:54.2530986Z    Compiling ed25519 v2.2.3
2026-07-10T09:15:54.2720691Z    Compiling cipher v0.4.4
2026-07-10T09:15:54.2905465Z    Compiling netlink-packet-core v0.8.1
2026-07-10T09:15:54.2970929Z    Compiling universal-hash v0.5.1
2026-07-10T09:15:54.3970683Z    Compiling vergen v9.1.0
2026-07-10T09:15:54.4171007Z    Compiling vergen-lib v0.1.6
2026-07-10T09:15:54.4794847Z    Compiling digest v0.11.3
2026-07-10T09:15:54.4987624Z    Compiling futures-buffered v0.2.13
2026-07-10T09:15:54.5004052Z    Compiling heapless v0.7.17
2026-07-10T09:15:54.5264360Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T09:15:54.5457750Z    Compiling noq-udp v0.10.0
2026-07-10T09:15:54.6321247Z    Compiling sync_wrapper v1.0.2
2026-07-10T09:15:54.6497687Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T09:15:54.6732619Z    Compiling allocator-api2 v0.2.21
2026-07-10T09:15:54.6809221Z    Compiling opaque-debug v0.3.1
2026-07-10T09:15:54.7310108Z    Compiling byteorder v1.5.0
2026-07-10T09:15:54.7525779Z    Compiling polyval v0.6.2
2026-07-10T09:15:54.8711113Z    Compiling spin v0.9.8
2026-07-10T09:15:54.9334988Z    Compiling hash32 v0.2.1
2026-07-10T09:15:54.9618670Z    Compiling vergen-gitcl v1.0.8
2026-07-10T09:15:55.0051407Z    Compiling tower-layer v0.3.3
2026-07-10T09:15:55.0303265Z    Compiling signature v3.0.0
2026-07-10T09:15:55.1002588Z    Compiling fallible-iterator v0.3.0
2026-07-10T09:15:55.1154948Z    Compiling aws-lc-sys v0.41.0
2026-07-10T09:15:55.1496916Z    Compiling ring v0.17.14
2026-07-10T09:15:55.1640862Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T09:15:55.1918507Z    Compiling ryu v1.0.23
2026-07-10T09:15:55.2081368Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T09:15:55.2180843Z    Compiling num_threads v0.1.7
2026-07-10T09:15:55.2420487Z    Compiling ghash v0.5.1
2026-07-10T09:15:55.3270948Z    Compiling time v0.3.47
2026-07-10T09:15:55.3430628Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T09:15:55.3510724Z    Compiling aes v0.8.4
2026-07-10T09:15:55.4030432Z    Compiling ctr v0.9.2
2026-07-10T09:15:55.4680436Z    Compiling fs2 v0.4.3
2026-07-10T09:15:55.5900192Z    Compiling http-body-util v0.1.3
2026-07-10T09:15:55.6131179Z    Compiling aead v0.5.2
2026-07-10T09:15:55.6308072Z    Compiling openssl-probe v0.2.1
2026-07-10T09:15:55.6802539Z    Compiling utf8parse v0.2.2
2026-07-10T09:15:55.7220942Z    Compiling arrayvec v0.7.6
2026-07-10T09:15:55.7561973Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T09:15:55.8008642Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T09:15:55.9020920Z    Compiling crossbeam-channel v0.5.15
2026-07-10T09:15:55.9420480Z    Compiling blake3 v1.8.5
2026-07-10T09:15:55.9560920Z    Compiling netlink-packet-route v0.29.0
2026-07-10T09:15:55.9882065Z    Compiling memoffset v0.6.5
2026-07-10T09:15:55.9980846Z    Compiling acto v0.8.2
2026-07-10T09:15:56.2351364Z    Compiling aes-gcm v0.10.3
2026-07-10T09:15:56.2869848Z    Compiling noq v0.18.0
2026-07-10T09:15:56.3776264Z    Compiling netwatch v0.16.0
2026-07-10T09:15:56.3890907Z    Compiling tagptr v0.2.0
2026-07-10T09:15:56.4120770Z    Compiling foldhash v0.2.0
2026-07-10T09:15:56.5555889Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T09:15:56.5671665Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T09:15:56.6149138Z    Compiling xml-rs v0.8.28
2026-07-10T09:15:56.6835743Z    Compiling rustix v1.1.4
2026-07-10T09:15:56.7020538Z    Compiling lru-slab v0.1.2
2026-07-10T09:15:56.7551004Z    Compiling ref-cast v1.0.25
2026-07-10T09:15:56.7620484Z    Compiling identity-hash v0.1.0
2026-07-10T09:15:56.8112712Z    Compiling thiserror v1.0.69
2026-07-10T09:15:56.8480825Z    Compiling mac-addr v0.3.0
2026-07-10T09:15:56.8880692Z    Compiling rustc-hash v2.1.2
2026-07-10T09:15:57.0486588Z    Compiling hashbrown v0.16.1
2026-07-10T09:15:57.1747390Z    Compiling netlink-packet-route v0.30.0
2026-07-10T09:15:57.2211068Z    Compiling ioctl-rs v0.1.6
2026-07-10T09:15:57.2850747Z    Compiling serial-core v0.4.0
2026-07-10T09:15:57.2891087Z    Compiling termios v0.2.2
2026-07-10T09:15:57.3411250Z    Compiling synstructure v0.13.2
2026-07-10T09:15:57.4628529Z    Compiling darling_core v0.20.11
2026-07-10T09:15:57.4934665Z    Compiling proc-macro-crate v3.5.0
2026-07-10T09:15:57.7511727Z    Compiling xmltree v0.10.3
2026-07-10T09:15:57.8610781Z    Compiling serde_derive_internals v0.29.1
2026-07-10T09:15:58.0114123Z    Compiling errno v0.3.14
2026-07-10T09:15:58.0249961Z    Compiling simple-dns v0.9.3
2026-07-10T09:15:58.0396437Z    Compiling aho-corasick v1.1.4
2026-07-10T09:15:58.0399672Z    Compiling arrayref v0.3.9
2026-07-10T09:15:58.0929380Z    Compiling signal-hook v0.3.18
2026-07-10T09:15:58.1091021Z    Compiling sha1_smol v1.0.1
2026-07-10T09:15:58.1809798Z    Compiling toml_write v0.1.2
2026-07-10T09:15:58.1920964Z    Compiling linux-raw-sys v0.12.1
2026-07-10T09:15:58.2871164Z    Compiling winnow v0.7.15
2026-07-10T09:15:58.4309647Z    Compiling regex-syntax v0.8.10
2026-07-10T09:15:58.4454146Z    Compiling simdutf8 v0.1.5
2026-07-10T09:15:58.4650791Z    Compiling resolv-conf v0.7.6
2026-07-10T09:15:58.4732262Z    Compiling constant_time_eq v0.4.2
2026-07-10T09:15:58.6890861Z    Compiling smol_str v0.1.24
2026-07-10T09:15:58.9711181Z    Compiling signal-hook-registry v1.4.8
2026-07-10T09:15:59.0749754Z    Compiling lru v0.16.4
2026-07-10T09:15:59.2420450Z    Compiling serial-unix v0.4.0
2026-07-10T09:15:59.3040536Z    Compiling darling_core v0.23.0
2026-07-10T09:15:59.5371143Z    Compiling serde_bytes v0.11.19
2026-07-10T09:15:59.5671194Z    Compiling seize v0.5.1
2026-07-10T09:15:59.6230595Z    Compiling serde_derive v1.0.228
2026-07-10T09:15:59.7560863Z    Compiling zeroize_derive v1.4.3
2026-07-10T09:15:59.8820460Z    Compiling tokio-macros v2.7.0
2026-07-10T09:16:00.1275798Z    Compiling zerofrom-derive v0.1.7
2026-07-10T09:16:00.4400660Z    Compiling zeroize v1.8.2
2026-07-10T09:16:00.6970874Z    Compiling futures-macro v0.3.32
2026-07-10T09:16:00.7250795Z    Compiling tokio v1.52.3
2026-07-10T09:16:01.3320562Z    Compiling yoke-derive v0.8.2
2026-07-10T09:16:01.3323444Z    Compiling zerovec-derive v0.11.3
2026-07-10T09:16:01.4448016Z    Compiling displaydoc v0.2.6
2026-07-10T09:16:01.7501277Z    Compiling tracing-attributes v0.1.31
2026-07-10T09:16:01.8551345Z    Compiling zerofrom v0.1.8
2026-07-10T09:16:01.8612600Z    Compiling futures-util v0.3.32
2026-07-10T09:16:01.9950954Z    Compiling rustls-pki-types v1.14.1
2026-07-10T09:16:02.4567517Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T09:16:02.6460676Z    Compiling thiserror-impl v2.0.18
2026-07-10T09:16:02.8760543Z    Compiling darling_macro v0.20.11
2026-07-10T09:16:02.9596270Z    Compiling derive_more-impl v2.1.1
2026-07-10T09:16:02.9707875Z    Compiling yoke v0.8.3
2026-07-10T09:16:03.2145769Z    Compiling spez v0.1.2
2026-07-10T09:16:03.3424323Z    Compiling zerovec v0.11.6
2026-07-10T09:16:03.3481381Z    Compiling zerotrie v0.2.4
2026-07-10T09:16:03.4786659Z    Compiling darling v0.20.11
2026-07-10T09:16:03.4916974Z    Compiling n0-error-macros v0.1.3
2026-07-10T09:16:03.6031911Z    Compiling der v0.8.0-rc.10
2026-07-10T09:16:03.6525649Z    Compiling derive_builder_core v0.20.2
2026-07-10T09:16:04.1129456Z    Compiling pin-project-internal v1.1.13
2026-07-10T09:16:04.4356255Z    Compiling tinystr v0.8.3
2026-07-10T09:16:04.7310608Z    Compiling icu_locale_core v2.2.0
2026-07-10T09:16:04.9341028Z    Compiling potential_utf v0.1.5
2026-07-10T09:16:05.0750389Z    Compiling n0-error v0.1.3
2026-07-10T09:16:05.1620993Z    Compiling icu_collections v2.2.0
2026-07-10T09:16:05.1660586Z    Compiling derive_builder_macro v0.20.2
2026-07-10T09:16:05.5504526Z    Compiling ipnet v2.12.0
2026-07-10T09:16:05.5703271Z    Compiling derive_builder v0.20.2
2026-07-10T09:16:05.7188259Z    Compiling spki v0.8.0-rc.4
2026-07-10T09:16:05.9960637Z    Compiling prefix-trie v0.8.4
2026-07-10T09:16:06.0360360Z    Compiling icu_provider v2.2.0
2026-07-10T09:16:06.1131221Z    Compiling pin-project v1.1.13
2026-07-10T09:16:06.1272065Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T09:16:06.1380882Z    Compiling futures-executor v0.3.32
2026-07-10T09:16:06.2378121Z    Compiling ed25519-dalek v2.2.0
2026-07-10T09:16:06.3300710Z    Compiling futures v0.3.32
2026-07-10T09:16:06.4154450Z    Compiling once_cell v1.21.4
2026-07-10T09:16:06.4464038Z    Compiling icu_properties v2.2.0
2026-07-10T09:16:06.4920607Z    Compiling icu_normalizer v2.2.0
2026-07-10T09:16:06.5351001Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T09:16:06.5809756Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T09:16:06.6760570Z    Compiling tracing-core v0.1.36
2026-07-10T09:16:06.9980849Z    Compiling hashbrown v0.14.5
2026-07-10T09:16:07.0243227Z    Compiling cobs v0.3.0
2026-07-10T09:16:07.1322269Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T09:16:07.3370946Z    Compiling postcard-derive v0.2.2
2026-07-10T09:16:07.5347256Z    Compiling tracing v0.1.44
2026-07-10T09:16:07.6871278Z    Compiling data-encoding-macro v0.1.20
2026-07-10T09:16:07.8074729Z    Compiling rustls-native-certs v0.8.4
2026-07-10T09:16:07.8186807Z    Compiling strum_macros v0.28.0
2026-07-10T09:16:07.8370846Z    Compiling enum-assoc v1.3.0
2026-07-10T09:16:08.0108487Z    Compiling hashlink v0.9.1
2026-07-10T09:16:08.1017503Z    Compiling idna_adapter v1.2.2
2026-07-10T09:16:08.1715917Z    Compiling tokio-util v0.7.18
2026-07-10T09:16:08.2090680Z    Compiling idna v1.1.0
2026-07-10T09:16:08.3471544Z    Compiling netlink-sys v0.8.8
2026-07-10T09:16:08.4010567Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T09:16:08.5090904Z    Compiling rusqlite v0.32.1
2026-07-10T09:16:08.5866711Z    Compiling postcard v1.1.3
2026-07-10T09:16:08.6085580Z    Compiling tower v0.5.3
2026-07-10T09:16:08.6890704Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T09:16:08.7231116Z    Compiling num_enum_derive v0.7.6
2026-07-10T09:16:08.7580665Z    Compiling url v2.5.8
2026-07-10T09:16:08.7710707Z    Compiling derive_more v2.1.1
2026-07-10T09:16:08.7780480Z    Compiling async-trait v0.1.89
2026-07-10T09:16:08.8327791Z    Compiling netlink-proto v0.12.0
2026-07-10T09:16:08.9439993Z    Compiling netdev v0.42.0
2026-07-10T09:16:09.0060976Z    Compiling iroh-relay v0.98.0
2026-07-10T09:16:09.1460606Z    Compiling moka v0.12.15
2026-07-10T09:16:09.2273722Z    Compiling toml_datetime v0.6.11
2026-07-10T09:16:09.2591179Z    Compiling serde_spanned v0.6.9
2026-07-10T09:16:09.3371434Z    Compiling thiserror-impl v1.0.69
2026-07-10T09:16:09.3898306Z    Compiling h2 v0.4.14
2026-07-10T09:16:09.4041305Z    Compiling iroh-metrics v0.38.3
2026-07-10T09:16:09.5274475Z    Compiling n0-watcher v0.6.1
2026-07-10T09:16:09.6300712Z    Compiling tokio-stream v0.1.18
2026-07-10T09:16:09.7923627Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T09:16:09.8659678Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T09:16:09.9876642Z    Compiling num_enum v0.7.6
2026-07-10T09:16:10.1275942Z    Compiling iroh-base v0.98.0
2026-07-10T09:16:10.1560826Z    Compiling tower-http v0.6.11
2026-07-10T09:16:10.3289860Z    Compiling attohttpc v0.30.1
2026-07-10T09:16:10.4880829Z    Compiling ref-cast-impl v1.0.25
2026-07-10T09:16:10.7243910Z    Compiling toml_edit v0.22.27
2026-07-10T09:16:10.8790641Z    Compiling webpki-roots v1.0.7
2026-07-10T09:16:10.9810692Z    Compiling regex-automata v0.4.14
2026-07-10T09:16:10.9881655Z    Compiling schemars_derive v1.2.1
2026-07-10T09:16:11.0205595Z    Compiling hmac v0.12.1
2026-07-10T09:16:11.1612831Z    Compiling iroh v0.98.2
2026-07-10T09:16:11.2041540Z    Compiling bitflags v1.3.2
2026-07-10T09:16:11.2101433Z    Compiling strum v0.28.0
2026-07-10T09:16:11.2265457Z    Compiling cmov v0.5.4
2026-07-10T09:16:11.2798421Z    Compiling rustix v0.38.44
2026-07-10T09:16:11.3934893Z    Compiling iroh-dns v0.98.0
2026-07-10T09:16:11.4020797Z    Compiling pin-utils v0.1.0
2026-07-10T09:16:11.4776992Z    Compiling dyn-clone v1.0.20
2026-07-10T09:16:11.5168789Z    Compiling nix v0.25.1
2026-07-10T09:16:11.5501085Z    Compiling ctutils v0.4.2
2026-07-10T09:16:11.6183535Z    Compiling filedescriptor v0.8.3
2026-07-10T09:16:11.8163106Z    Compiling hkdf v0.12.4
2026-07-10T09:16:11.8666102Z    Compiling backon v1.6.0
2026-07-10T09:16:11.8840820Z    Compiling darling_macro v0.23.0
2026-07-10T09:16:11.9061061Z    Compiling papaya v0.2.4
2026-07-10T09:16:12.0031775Z    Compiling serial v0.4.0
2026-07-10T09:16:12.1010833Z    Compiling anstyle-parse v1.0.0
2026-07-10T09:16:12.2391390Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T09:16:12.2900796Z    Compiling colorchoice v1.0.5
2026-07-10T09:16:12.3061132Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T09:16:12.4070765Z    Compiling instability v0.3.12
2026-07-10T09:16:12.4441179Z    Compiling foldhash v0.1.5
2026-07-10T09:16:12.5780345Z    Compiling linux-raw-sys v0.4.15
2026-07-10T09:16:12.5849386Z    Compiling anstyle v1.0.14
2026-07-10T09:16:12.6549526Z    Compiling shell-words v1.1.1
2026-07-10T09:16:12.6650573Z    Compiling anstyle-query v1.1.5
2026-07-10T09:16:12.6860593Z    Compiling downcast-rs v1.2.1
2026-07-10T09:16:12.7661055Z    Compiling hashbrown v0.15.5
2026-07-10T09:16:12.8173277Z    Compiling vte v0.13.1
2026-07-10T09:16:12.8212646Z    Compiling signal-hook-mio v0.2.5
2026-07-10T09:16:12.8333985Z    Compiling darling v0.23.0
2026-07-10T09:16:12.9031025Z    Compiling anstream v1.0.0
2026-07-10T09:16:12.9077401Z    Compiling spake2 v0.4.0
2026-07-10T09:16:12.9200830Z    Compiling terminal_size v0.4.4
2026-07-10T09:16:12.9917546Z    Compiling strum_macros v0.26.4
2026-07-10T09:16:13.1293217Z    Compiling sha1 v0.10.6
2026-07-10T09:16:13.4057791Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T09:16:13.4540852Z    Compiling itertools v0.13.0
2026-07-10T09:16:13.4930620Z    Compiling castaway v0.2.4
2026-07-10T09:16:13.6361230Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T09:16:13.7170649Z    Compiling doctest-file v1.1.1
2026-07-10T09:16:13.7460688Z    Compiling schemars v1.2.1
2026-07-10T09:16:14.2470433Z    Compiling toml v0.8.23
2026-07-10T09:16:14.3580400Z    Compiling regex v1.12.3
2026-07-10T09:16:14.6960754Z    Compiling static_assertions v1.1.0
2026-07-10T09:16:14.7280888Z    Compiling unicode-width v0.1.14
2026-07-10T09:16:14.8210413Z    Compiling indoc v2.0.7
2026-07-10T09:16:15.0600716Z    Compiling clap_lex v1.1.0
2026-07-10T09:16:15.0790852Z    Compiling compact_str v0.8.2
2026-07-10T09:16:15.2847446Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T09:16:15.4700914Z    Compiling clap_builder v4.6.0
2026-07-10T09:16:15.5730301Z    Compiling hyper v1.10.1
2026-07-10T09:16:15.8463191Z    Compiling strum v0.26.3
2026-07-10T09:16:15.9878159Z    Compiling unicode-truncate v1.1.0
2026-07-10T09:16:16.1555027Z    Compiling portable-pty v0.8.1
2026-07-10T09:16:16.1793449Z    Compiling crossterm v0.28.1
2026-07-10T09:16:16.2117702Z    Compiling interprocess v2.4.2
2026-07-10T09:16:16.3440798Z    Compiling lru v0.12.5
2026-07-10T09:16:16.5195714Z    Compiling clap_derive v4.6.1
2026-07-10T09:16:16.6532403Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T09:16:16.8636503Z    Compiling unicode-width v0.2.0
2026-07-10T09:16:17.2361067Z    Compiling iana-time-zone v0.1.65
2026-07-10T09:16:17.2430788Z    Compiling cassowary v0.3.0
2026-07-10T09:16:17.3482129Z    Compiling nucleo-matcher v0.3.1
2026-07-10T09:16:17.4181894Z    Compiling qrcode v0.14.1
2026-07-10T09:16:17.5533201Z    Compiling chrono v0.4.45
2026-07-10T09:16:17.7051241Z    Compiling tempfile v3.27.0
2026-07-10T09:16:17.8812350Z    Compiling hyper-util v0.1.20
2026-07-10T09:16:17.9994467Z    Compiling ratatui v0.29.0
2026-07-10T09:16:19.0391067Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T09:16:19.2328451Z    Compiling clap v4.6.1
2026-07-10T09:16:20.0470496Z    Compiling igd-next v0.17.1
2026-07-10T09:16:21.3421990Z    Compiling portmapper v0.16.0
2026-07-10T09:16:27.4573515Z    Compiling rustls-webpki v0.103.13
2026-07-10T09:16:30.1786511Z    Compiling tokio-rustls v0.26.4
2026-07-10T09:16:30.1787345Z    Compiling noq-proto v0.17.0
2026-07-10T09:16:30.1787922Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T09:16:30.3524282Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T09:16:30.3525019Z    Compiling hyper-rustls v0.27.9
2026-07-10T09:16:30.3526622Z    Compiling tokio-websockets v0.13.2
2026-07-10T09:16:30.5060633Z    Compiling reqwest v0.13.4
2026-07-10T09:16:31.5946216Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T09:16:47.6156438Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T09:16:49.3302651Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T09:16:58.8926073Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T09:17:04.1622895Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-07-10T09:17:04.1874227Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-10T09:17:04.1888104Z 
2026-07-10T09:17:04.1888266Z running 1 test
2026-07-10T09:17:10.7936257Z test new_brain_serves_against_old_broker ... ok
2026-07-10T09:17:10.7936676Z 
2026-07-10T09:17:10.7937038Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.60s
2026-07-10T09:17:10.7937416Z 
2026-07-10T09:17:10.8249899Z Post job cleanup.
2026-07-10T09:17:10.8940896Z [command]/usr/bin/git version
2026-07-10T09:17:10.9006728Z git version 2.43.0
2026-07-10T09:17:10.9040320Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/27c7346f-890c-4267-b7dd-e04c51f5fa03' before making global git config changes
2026-07-10T09:17:10.9041492Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:17:10.9044829Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T09:17:10.9076001Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:17:10.9102375Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T09:17:10.9297365Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:17:10.9317530Z http.https://github.com/.extraheader
2026-07-10T09:17:10.9325029Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-10T09:17:10.9350810Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T09:17:10.9540373Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:17:10.9567312Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T09:17:10.9891723Z Cleaning up orphan processes
2026-07-10T09:17:11.0496076Z Terminate orphan process: pid (3568400) (spt)
